home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir28 / tack_321.zip / READ.ME < prev    next >
Text File  |  1993-12-16  |  8KB  |  148 lines

  1.                                                 12/16/93
  2.  
  3.   Hello and thank you for trying out Tack 3.2.  This document
  4. lists some important things about this program.
  5.  
  6.   Tack is a data analysis program primarily intended for electrophysiology.
  7. It was written to read data files created by the data acquisition program
  8. Patchit (also released as shareware).  It can also read data files created
  9. by the following data acquisition programs:
  10.  Patchit, Ninja, Clampex (v. 5.0 -> v. 6.0) and Fetchex (v. 5.0 -> v. 6.0).
  11.    Although intended for electrophysiology, Tack is of use to other users
  12. of data acquisition systems.
  13.  
  14.   Tack is being distributed as shareware.  This means that you are free to
  15. try out Tack for 30 days, and if you like it you should register and pay
  16. the registration fee of $35.00 - such a bargain.  A registration form is
  17. enclosed, just type "print register.doc" to print out a copy and mail it
  18. to my address below.  By registering, you will get official release disks,
  19. a free copy of the next major upgrade of the program and a printed copy of
  20. the manual.  I also will take registered users complaints and suggestions
  21. more seriously than I would those of a non-registered user.
  22.  
  23.   If you are currently using another version of Tack, I always recommend
  24. that you save that copy of the program somewhere until you are sure that
  25. the new version of Tack (this program) is useful for you.  This rev.
  26. should make no changes to your data files that will make them unreadable
  27. by older versions of Tack (well, I'm sure as far back as rev. 2.9).  If
  28. this is not the case you must let me know IMMEDIATELY.
  29.  
  30. ------------------------------------------------------------------------------
  31. What's New:
  32.  
  33. Rev. 3.2 (first shareware release)
  34.   - The manual is complete and is included with this package.  It is in
  35.     two formats - an ascii text version (Tack.doc) - that has lost all of
  36.     its formatting, and a version in the format of Windows Write word
  37.     processor.  If you have windows, you should use Write to print the
  38.     manual as it will retain its formatting.
  39.  
  40.   - Better support for graphics modes.
  41.  
  42.   - Support for stroked fonts.
  43.  
  44. Rev. 3.1:
  45.   - What were the menu options "measure sustained", "measure inward peak", ...
  46.     are now called "values" on the measure menu.  Selecting this brings up
  47.     a menu which allows you to do the same thing.  There is now a submenu
  48.     on this menu "Type" that allows you to select average, minimum, maximum
  49.     etc.  Also, when you complete the measurements, they are now displayed as
  50.     a graphical plot.  At this time the graphical plot cannot be printed
  51.     or exported, but the raw data still can be.  If you are doing multiple
  52.     measurements from a bunch of data files, after you save the first set
  53.     of measurements to a file, you will be prompted for each subsequent
  54.     measurement set whether you want to append this data to the same file.
  55.  
  56.   - New noise analysis features incorporated:  Power Spectrum, Mean/
  57.     Variance Analysis and Histogram.  Like measure values (above) these
  58.     show their data as a graphical plot, you can then save it to file or
  59.     whatever.  The plots cannot be printed or exported (yet).
  60.  
  61.   - Help system, Just hit F1 anywhere and you will get help for that area.
  62.  
  63.   - Dynamic Zoom feature.  This allows you to marquee-select (that means
  64.     to drag a box with a mouse) some of your data traces and you will then zoom
  65.     in on that section.  These functions take over the old role of "mult"
  66.     and "offset".
  67.  
  68.   - Tack now reads files written by Axon Instruments Clampex version 5.1
  69.     and greater.  Note that while these files are loaded correctly, I cannot
  70.     guarantee that they will be saved correctly at this time.  That file format
  71.     is particularly lame and some of the modifications that Tack can do to
  72.     data would make it impossible to save the data in a Clampex file.  So
  73.     beware, warning messages have NOT been implemented here.  This only applies
  74.     to Clampex files.
  75.  
  76.   - Scale 'n Sub really works!
  77.  
  78.   - Data traces can now be displayed with their points connected!  This will
  79.     of course, make the display of these traces slower, but is worth it.
  80.     Also you can select to show all of the points on the trace, otherwise only
  81.     one data point will be shown per X pixel.  If there are less data points
  82.     in your trace than there are pixels in the width of the display, then this
  83.     parameter will make no difference.  Showing all data points in the data
  84.     trace slows down the display also.
  85.  
  86.   - Tack now uses the Borland Overlay system to allow me to cram more goodies
  87.     in and not make the program overly large.  So, a word about memory is useful
  88.     here.  Tack likes memory.
  89.     Conventional Memory - this is the famous 640K that you may have heard about
  90.      Under normal DOS, this is where all programs have to fit.  Tack uses this
  91.      memory to fit the core of the program, active overlays and most dynamically
  92.      allocated arrays - of which quite a lot are used throughout the program.
  93.     XMS Memory - This is extended memory (that memory above the 1MB boundary)
  94.      that is managed by an XMS memory manager.  Two common XMS memory managers
  95.      are himem.sys and qemm386.sys.  I recommend that you have an XMS memory
  96.      manager loaded, and if you are using Windows in standard or 386 enhanced
  97.      mode you probably have such a memory manager.  Tack uses the XMS memory
  98.      area to store the data that you load.
  99.     EMS Memory - This is an older memory standard.  Tack does not use this,
  100.      but the Borland Overlay system, used by Tack, DOES.  The Overlay system
  101.      will store overlays that were used by Tack and discarded to make room
  102.      for new overlays.  If you do not have EMS (which you don't really need
  103.      for Tack), then overlays will just have to be reloaded from the disk,
  104.      which will slow things down a little, but if you have a disk cache it
  105.      won't really make that big a difference now would it?
  106.     Disk - Yes, Tack does use the disk.  Why not use a disk cache?  It will
  107.      speed up the reloading of overlays.
  108. ------------------------------------------------------------------------------
  109.  
  110.   Well, that's about it.  I definitely want to hear about bugs and would like
  111. the specifics on what happened.  I can be reached at my email address
  112. (george@mander.berkeley.edu) or by phone, at home (617) 625-2419 or at lab
  113. (617-495-2599) - but please, only call if it's really important.
  114.   I also want to hear about things that you would like added to the program
  115. and things that you might want put back the way they were (if you have used
  116. the program before).
  117.   If you like the program, and know of somebody who could use it (i.e., Clampex
  118. /Fetchex/Axotape users).  Please let them know about it.  If you are such a
  119. person, please let me know that you are using the program and if you like it.
  120.  
  121. ------------------------- List of Files on disk ------------------------------
  122. READ.ME     - this file
  123. TACK.EXE    - The program
  124. TACK.CFG    - configuration file for the program, if you have a tack.cfg
  125.               file already, then you can use it.  Tack will upgrade it.
  126. TACK.HLP    - the help file for the program
  127. TACK.DOC    - The manual, in DOS text format
  128. TACK.WRI    - The manual, in Windows Write format.
  129. TACK.PIF    - A windows pif file for this program.  Tack is a DOS program,
  130.               and can run as such under windows.
  131. *.BGI       - Graphics display drivers for Tack
  132. *.CHR       - Stroked font files for Tack
  133. ------------------------------------------------------------------------------
  134.  
  135.         - George Grant
  136.  
  137. Internet:       ggrant@husc.harvard.edu
  138.                      - or -
  139.                 george@mander.berkeley.edu
  140.  
  141. Compuserve:     72722,3152
  142.  
  143. Mail:           George Grant                            (617) 625-2419
  144.                 38 Banks St. #2
  145.                 Somerville, MA  02144
  146.                 USA
  147.  
  148.